home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 August / CICA - The Ultimate Collection of Shareware for Windows (Disc 2) (August 1995).iso / disc2 / demo / gcp_24.exe / GCP_CLNT.H_ / GCP_CLNT.H
Text File  |  1993-02-20  |  2KB  |  67 lines

  1. /********************************************************************
  2. *                                                                  *
  3. *   Source File: GCP_EVAL.H                                             *
  4. *   Date:        Fri Feb 28 14:56:05 1992                          *
  5. *                                                                  *
  6. ********************************************************************/
  7.  
  8. // Defines for menu item IDs
  9. #define  IDM_INDEX    101
  10. #define    IDM_ABOUT                            102
  11. #define  IDM_ABORT    103
  12. #define   IDM_BUFFER                          104
  13. #define   IDM_FILE                            105
  14. #define   IDM_PHONE                           106
  15. #define   IDM_CLOSE                           107
  16. #define   IDM_CONNECT                         108
  17. #define   IDM_LOCALHOST                           109
  18. #define   IDM_HOSTTABLE                           110
  19. #define   IDM_SHOWSTATUS                        111
  20. #define   IDM_DATA                            112
  21. #define IDM_GCP                    113
  22. #define    IDM_TELNET                114
  23. #define IDM_TCP                    115
  24. #define IDM_UDP                    116
  25. #define   IDM_SHOW                            117
  26. #define   IDM_HIDE                            118
  27. #define        IDM_DO_ECHO                        119
  28. #define        IDM_DONT_ECHO                        120
  29. #define IDM_AUTOCLOSE 121
  30. #define IDM_MANUALCLOSE 122
  31. #define IDM_TFTP 123
  32.  
  33. // Defines for control IDs
  34. #define   ID_ADD                101
  35. #define   ID_USERNAME    102
  36. #define ID_REMOVE 103
  37. #define ID_LOCALAPPNAME 104
  38. #define ID_REGISTEREDAPPS 105
  39. #define ID_LISTEN    106
  40. #define ID_BROADCAST    107
  41. #define   ID_STATUS                            112
  42. #define    ID_SENDBUFFER        113
  43. #define ID_RECVBUFFER    114
  44. #define ID_REMOTEAPPNAME 115
  45. #define ID_SERVERTYPE 116
  46. #define ID_ADDRESS 117
  47. #define ID_LOCALPORT 118
  48. #define ID_REMOTEPORT 119
  49. #define ID_GET_FILE 120
  50. #define ID_PUT_FILE 121
  51. #define ID_HOST 122
  52. #define ID_PHONEREMOTESTATUS 123
  53. #define ID_PHONELOCALSTATUS 124
  54. #define ID_PHONEONHOOK 125
  55. #define ID_PHONEOFFHOOK 126
  56. #define ID_ASCII 127
  57. #define ID_BINARY 128
  58. #define ID_LOCAL_FILE 129
  59. #define ID_REMOTE_FILE 130
  60. #define ID_GROUP 131
  61. #define ID_SIZE 132
  62. #define ID_REPEAT 133
  63.  
  64. #define CALLBACK_MSG WM_USER+100
  65.  
  66. typedef    enum {ON_HOOK, OFF_HOOK} HookStatus;
  67. char    translateHook[2][9] = {{"On Hook"}, {"Off Hook"}};